Added Opnsense
This commit is contained in:
		
							parent
							
								
									539c8110dd
								
							
						
					
					
						commit
						88df812db9
					
				
					 10 changed files with 175 additions and 44 deletions
				
			
		
							
								
								
									
										28
									
								
								non-lab/firewall.tf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								non-lab/firewall.tf
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,28 @@ | |||
| #resource "opnsense_firewall_nat" "http" { | ||||
| #  enabled = true | ||||
| # | ||||
| #  interface = "wan" | ||||
| #  protocol  = "TCP" | ||||
| # | ||||
| #  destination = { | ||||
| #    port = "http" | ||||
| #  } | ||||
| #  target = { | ||||
| #    ip   = "192.168.6.201" | ||||
| #    port = "80" | ||||
| #  } | ||||
| #} | ||||
| #resource "opnsense_firewall_nat" "https" { | ||||
| #  enabled = true | ||||
| # | ||||
| #  interface = "wan" | ||||
| #  protocol  = "TCP" | ||||
| # | ||||
| #  destination = { | ||||
| #    port = "https" | ||||
| #  } | ||||
| #  target = { | ||||
| #    ip   = "192.168.6.201" | ||||
| #    port = "443" | ||||
| #  } | ||||
| #} | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue