Changes between Version 1 and Version 2 of VirtualInterfaces
- Timestamp:
- 09/01/07 17:54:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualInterfaces
v1 v2 36 36 Next, we want users on the internet to use 12.12.34.34 for the redmailserver and 12.12.34.35 for the blue one: 37 37 {{{ 38 port w service imap from world.inet to redmailserver.local.lan options in_int="wan-34"39 port w service pop3 from world.inet to redmailserver.local.lan options in_int="wan-34"40 port w service smtp from world.inet to redmailserver.local.lan options in_int="wan-34"38 portfw service imap from world.inet to redmailserver.local.lan options in_int="wan-34" 39 portfw service pop3 from world.inet to redmailserver.local.lan options in_int="wan-34" 40 portfw service smtp from world.inet to redmailserver.local.lan options in_int="wan-34" 41 41 42 port w service imap from world.inet to bluemailserver.local.lan options in_int="wan-35"43 port w service pop3 from world.inet to bluemailserver.local.lan options in_int="wan-35"44 port w service smtp from world.inet to bluemailserver.local.lan options in_int="wan-35"42 portfw service imap from world.inet to bluemailserver.local.lan options in_int="wan-35" 43 portfw service pop3 from world.inet to bluemailserver.local.lan options in_int="wan-35" 44 portfw service smtp from world.inet to bluemailserver.local.lan options in_int="wan-35" 45 45 }}} 46 46 As you can see the in_int and the out_int options are crucial here.