Welcome, Guest. Please login or register.
Did you miss your activation email?
+  pfSense Forum
Username:
Password:
 
 

  Show Posts
Pages: [1]
1  pfSense English Support / NAT / Re: Cable modem upgrade, now can't access dmz'd web server on: September 29, 2012, 02:42:52 pm
If its doing nat its not a modem..

What is the model number of this gateway you have?

None of these arris cable modems say anything about doing nat.. Thats because they are "modems" and modems don't do NAT Wink

http://www.arrisi.com/product_catalog/touchstone/cable_modems.asp

Very true, modems don't do nat.  gateway is the better term i guess.  not sure of the exact model but def arris touchstone docsis 3.0 gateway.  It has wireless and 4 ethernet ports, hence the nat'ing i guess.  I managed to figure out a work around with the split dns that doesn't completely remove my internal dns server.  i pointed my internal dns server at my pfsense for my 2 domain names only, and everything else resolves to the internet.  Seems to be pretty speedy so I'm happy.
2  pfSense English Support / NAT / Re: Cable modem upgrade, now can't access dmz'd web server on: September 28, 2012, 08:31:53 pm
Doesn't it have just a dumb bridge mode of sorts so it's not involved in anything to do with IPs? Pretty much all cable modems do. That's what you want if it's possible.

Apparently not.  Ughh.  Arris Touchstone modem.  So if anyone knows a trick, just shout.
3  pfSense English Support / NAT / Re: Cable modem upgrade, now can't access dmz'd web server on: September 28, 2012, 08:19:47 pm
all the cable modem has is port forward and dmz host capability, both of which i've tried.  doesn't appear to want to route internal traffic back to its external ip.  and other way to do this?  The new cable modem is a docsis 3 capable vs the 2 from before, so an upgrade, but bit more of a pain i guess.
4  pfSense English Support / NAT / Cable modem upgrade, now can't access dmz'd web server on: September 28, 2012, 07:28:30 pm
Upgraded my cable modem today, and unlike the old one, this one gives an internal ip address (10.0.0.2) to my pfsense firewall.  The old one gave the external ip.  Nat reflection worked great for internal hosts to access my web server, but now not working (assuming because it doesn't know what ip to reflect there).  Can't even access the host via public ip, but i can via the firewall ip (10.0.0.2).  Any way to get reflection working in this scenario?  I guess I could do split dns but that could break my internal caching dns setup.

Thoughts?
5  pfSense English Support / Hardware / Re: USB Adapter for DMZ not working(Netgear FA101)? on: May 12, 2012, 10:37:30 pm
Ended up buying a trendnet usb to ethernet adapter for $7 at radio shack.  Works great, no bouncing, negotiates at 100mb.  Definitely adapter related.
6  pfSense English Support / Hardware / Re: USB Adapter for DMZ not working(Netgear FA101)? on: April 13, 2012, 07:58:27 pm
100baseTX auto on the dell server side, which is what it's capable of.
7  pfSense English Support / Hardware / Re: USB Adapter for DMZ not working(Netgear FA101)? on: April 05, 2012, 07:54:34 pm
It shouldn't make any difference on the Alix. What is it connected to at the other end? Is that forcing it 10Mb?
In the first post was that when it wasn't working? What is the interface status when it is working?

Steve


Status is the same regardless of working or not(first post was working though).  The other end is a dell server(10/100/1000 adapter) and cable is also capable of 100.
8  pfSense English Support / Hardware / Re: USB Adapter for DMZ not working(Netgear FA101)? on: April 01, 2012, 08:33:02 pm
I can't I'm afraid. For a time I ran a Belkin USB adapter but it was really only as a test and it was under 1.2.3 and I can't find it now to get the part number anyway.  Roll Eyes

I just noticed though that in your first post the adapter is reporting the media as 10baseT yet it is 100Mb capable, are you forcing this?

Most of the other issues people had with flapping, here for instance, seem to be caused by forcing a setting on the adapter.

Steve

Definitely have not forced it, just seemed to decide it wanted to be that way for some reason.  Running it on a netgate alix board so not sure if that could be part of the problem or not.
9  pfSense English Support / Hardware / Re: USB Adapter for DMZ not working(Netgear FA101)? on: April 01, 2012, 07:06:16 pm
To be honest I have no idea why it's flapping like that. There have been other reports of flapping interfaces with solutions on the forum here.
There are a number of ways of running a command at boot time, see:
http://doc.pfsense.org/index.php/Executing_commands_at_boot_time

Steve

Can you suggest a usb network card(not wireless though) that pfsense gets along with well?
10  pfSense English Support / Hardware / Re: USB Adapter for DMZ not working(Netgear FA101)? on: April 01, 2012, 12:58:53 pm
You mean aue0?
Nothing else in the logs?
Is the MAC address correct? I have experienced USB ethernet devices change MAC between power cycles which really screws things! Though not with this driver.

Steve

dmesg shows aue0 as the car, then ifconfig, etc shows ue0.  Example dmesg:
aue0: <NETGEAR NETGEAR FA101 Adapter, class 0/0, rev 1.10/1.01, addr 2> on usbus0                       
miibus2: <MII bus> on aue0                                                                               
acphy0: <ACXXX 10/100 media interface> PHY 1 on miibus2                                                 
acphy0:  100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto                 
ue0: <USB Ethernet> on aue0                                                                             
ue0: link state changed to UP                                                                           
ue0: link state changed to DOWN 


Mac doesn't appear to change.  My device keeps going down then up but seems to be accessible at all times.  If i reboot the firewall I must do the usbconfig commands above though or nothing works.  Any idea how I can get that to run on startup?
11  pfSense English Support / Hardware / Re: USB Adapter for DMZ not working(Netgear FA101)? on: March 31, 2012, 11:23:46 pm
Just to add some more detail:

Logged in via ssh and did dmesg and noticed the adapter was going UP and DOWN quite frequently.  I did a 'usbconfig -u 0 -a 2 power_off' and then power_on, ifconfig down and up, and now it works again.  Even rebooting wasn't fixing it but that did.  Ideas?
12  pfSense English Support / Hardware / USB Adapter for DMZ not working(Netgear FA101)? on: March 31, 2012, 10:44:45 pm
I just installed pfsense on my netgate alix system(2 builtin adapters) with a netgear fa101 usb adapter for my dmz interface.  I got everything setup and it appeared to be working fine(could access dmz from lan, but not other way, dmz could access internet and internet to dmz).  I rebooted and now the dmz no longer works at all.  The computer in it can't get out(nothing even showing on the packet capture) and nothing can get in(lan or internet).  No new rules, and all had been saved/applied before and was working.  The arp tables aren't even showing the other host, although the adapter shows it is connected. 

The interface status is:
DMZ interface (ue0)
Status    up
MAC address    00:09:5b:06:cc:8b
IP address    192.168.100.1    
Subnet mask    255.255.255.0
Media    10baseT/UTP
In/out packets    0/0 (0 bytes/4 KB)
In/out packets (pass)    0/68 (0 bytes/4 KB)
In/out packets (block)    0/0 (0 bytes/0 bytes)
In/out errors    0/0
Collisions    0


I plugged the usb interface into another pc and it worked just fine.  I also plugged another computer into the interface while it was on the firewall and it also couldn't touch the firewall(ip was manually assigned to match that subnet, etc).

Thoughts?
Pages: [1]
 

Page created in 0.032 seconds with 20 queries.